CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pso 神经网络

搜索资源列表

  1. 粒子群优化算法C

    2下载:
  2. 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function op
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:17201
    • 提供者:wxd
  1. PSONet

    1下载:
  2. 应用PSO训练神经网络Visual C++ 训练结果优于BP,该方法用于模式识别、知识挖掘等-PSO application for training the neural network training Visual C BP superior results, the method for pattern recognition, knowledge mining, etc.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:71957
    • 提供者:林献坤
  1. PSOt

    1下载:
  2. 智能优化算法: 粒子群优化算法(PSO)应用于神经网络优化程序。分为无隐含层、一隐含层、二隐含层。运行DemoTrainPSO.m即可。 程序来自:Brian Birge NCSU-intelligent optimization algorithms : Particle Swarm Optimization (PSO) used neural network optimization procedures. Divided into hidden layer, a hidden
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:778022
    • 提供者:王光辉
  1. vc_pso719

    1下载:
  2. 粒子群算法的示例程序,不错。可用来进行函数优化、神经网络训练等。-PSO algorithm sample program, yes. Available for function optimization, neural network training.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:124463
    • 提供者:尹明
  1. Class_Cover_PSO_FNN

    1下载:
  2. 基于类覆盖算法和粒子群优化的神经网络解决模式分类问题-algorithm based on the type coverage and PSO the neural network model to solve classification problems
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:748529
    • 提供者:老农
  1. fhycnetpsoCFM3.m

    1下载:
  2. 利用改进粒子群训练bp神经网络的matlab程序-improved PSO training bp neural network Matlab procedures
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1972
    • 提供者:张庆军
  1. pso_train_NN

    0下载:
  2. PSO算法具有快速收敛而且有很强的跳出局部最优从而找到全局最优点的能力,故可以用它来训练优化神经网络,此程序主要研究这个方面。-PSO algorithm is fast and has a strong convergence of jumping out of the local optimal thus find the most advantages of the overall capacity, it can be used to train the neural network o
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2486
    • 提供者:lt
  1. psopcnn

    3下载:
  2. 基于粒子群优化算法(PSO)确定参数的脉冲欧和神经网络滤波方法。利用粒子群优化算法(PSO)确定pcnn图像滤波参数,对图像进行滤波
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1522
    • 提供者:叶开
  1. psoTRAINbp

    0下载:
  2. 用PSO训练BP神经网络(matlab程序)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2573
    • 提供者:yxy
  1. chapter_PSO

    0下载:
  2. 基于PSO优化的SVM算法,它可以用来预测分类(SVM algorithm based on PSO optimization can be used to predict classification.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:筱旭呀
  1. 案例8

    4下载:
  2. 利用PSO优化GRNN案例,准确度上可能有问题(Using PSO to optimize GRNN)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:23552
    • 提供者:上头ing
  1. PSO-BP

    0下载:
  2. 粒子群算法优化BP神经网络,在传统PSO算法的基础上增加了惯性权重,并且线性递减策略改变。(Particle Swarm Optimization (BP) algorithm optimizes BP neural network, and inertia weights are added based on traditional PSO algorithm, and linear decreasing strategy changes)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:guocaiixng
  1. 利用PSO训练BP神经网络的MATLAB源码 (1)

    1下载:
  2. PSO优化BP网络,能有效优化BP网络的权值和阈值,可在matlab上直接运行(PSO optimizes the BP network, it can effectively optimize the weight and threshold of BP network, and can run directly on MATLAB.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-05-31
    • 文件大小:5120
    • 提供者:ydccer
  1. PSOTrainBP

    0下载:
  2. BP神经网络容易陷于局部极小值,PSO算法在无约束非线性函数优化方面性能优越,通常可以直接找寻到全局最优解,即使不能搜多到全局最优解,也距离全局最优点不远。当然,基本PSO算法陷入局部极值也是有的。对于这个缺点目前还没有找到比较有效、省市的解决方案。本案例实现利用PSO算法和BP算法共同训练神经网络,先将网络进行PSO算法训练,然后BP算法接着进行小范围精细搜索,PSO算法训练神经网络的本质就是将输出误差函数(即能量函数)看成目标函数,PSO对能量函数进行全局寻找最小值。(BP neural n
  3. 所属分类:matlab例程

    • 发布日期:2020-04-03
    • 文件大小:3072
    • 提供者:Katri
  1. pso-bp

    1下载:
  2. 采用粒子群算法优化BP神经网络,解决了陷入局部小的问题,同时提高了算法精度,可实现多输入单输出,或者多输入多输出,算法精度较高。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. pso_bp软土路基沉降

    1下载:
  2. 用pso对bp神经网络进行优化,对软土路基进行沉降预测(Using PSO to optimize BP neural network to predict the settlement of soft soil subgrade)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-02
    • 文件大小:188416
    • 提供者:测绘小生
  1. matlabprogram

    2下载:
  2. 智能优化算法及其MATLAB仿真实例,包括进化类算法,群智能算法,模拟退火算法,禁忌搜索算法,神经网络算法等程序源码(Intelligent optimization algorithm and MATLAB simulation examples, including evolutionary algorithm, swarm intelligence algorithm, simulated annealing algorithm, tabu search algorithm, neural
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-04-10
    • 文件大小:73728
    • 提供者:白桦树
  1. scmt.m

    1下载:
  2. 用PSO-BPNN算法对时间序列数据进行拟合并预测未来一段时间数据(Using pso-bpnn algorithm to predict the future time series data)
  3. 所属分类:数学计算

    • 发布日期:2020-06-12
    • 文件大小:2048
    • 提供者:hululu_188
  1. pso-elm

    2下载:
  2. 极限学习机,单隐层前馈神经网络,算法源程序。(Extreme learning machine, single hidden layer feedforward neural network, algorithm source code.)
  3. 所属分类:其他

    • 发布日期:2020-11-08
    • 文件大小:13312
    • 提供者:xiaomaqw
  1. pso-bp 优化pid

    1下载:
  2. pso-bp 优化pid,粒子群算法优化bp神经网络
  3. 所属分类:人工智能/神经网络/遗传算法

« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com